Routines (alphabetical) > Routines: H > HDF5 Routines > H5S_IS_SIMPLE

H5S_IS_SIMPLE

The H5S_IS_SIMPLE function determines whether a dataspace is a simple dataspace.

Syntax

Result = H5S_IS_SIMPLE(Dataspace_id)

Return Value

Returns 1 if the dataspace is simple and 0 if it is not.

Arguments

Dataspace_id

An integer representing the dataspace’s identifier to be queried.

Keywords

None

Version History

5.6

Introduced